home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9555 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1017 b 

  1. Path: sundog.tiac.net!ceylon!news
  2. From: Brenda <g051286>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: CONVERTING INTEGER TO ASCII??????
  5. Date: 11 Mar 1996 19:31:36 GMT
  6. Organization: GTE Laboratories Incorporated
  7. Message-ID: <4i1v2o$rmj@ceylon.gte.com>
  8. References: <4i17r9$2kn@maltese.eag.unisysgsg.com>
  9. NNTP-Posting-Host: 138.83.161.16
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/735)
  14. X-URL: news://132.197.8.2/4i17r9$2kn@maltese.eag.unisysgsg.com
  15.  
  16. ssadra@maltese.eag.unisysgsg.com (Daniel R. Ascheman) wrote:
  17. >HI all,
  18. >
  19. >I need a way to convert an integer BACK to ascii so I can search for it 
  20. >in a file using the strstr() function in a file. I NEED it as an integer
  21. >AND as an ascii, is it possible?
  22. >As you know, strstr() is a char *, char * , so I can't use an int,
  23. >and itoa() does not exist in UNIX - I am in a slight bind.
  24.  
  25. [code deleted]
  26.  
  27. try sprintf().
  28.  
  29. >thanks,
  30. >Dan Ascheman
  31. >
  32. ><ssadra@maltese.eag.unisysgsg.com>
  33.  
  34.